home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / advbas9b.zip / READ.ME < prev    next >
Text File  |  1990-01-26  |  2KB  |  38 lines

  1.  
  2.      If you run into trouble with ADVBAS, please read the Operation Notes at
  3.      the beginning of the ADVBAS.DOC manual.  Remember to declare any numeric
  4.      variables used with ADVBAS routines as integers!
  5.  
  6.      ADVBAS comes with a complete set of object files for its routines. This
  7.      allows you to create your own libraries for QuickBASIC.  A set of
  8.      libraries is already built, for your convenience.
  9.  
  10.      For QuickBASIC 4.x, you can create a library compatible with the
  11.      programming environment by using the LINK utility provided with
  12.      QuickBASIC.  Use the command "LINK <ADVBAS.QB4".  Note that you must
  13.      have the library BQLB4x.LIB (which comes with QuickBASIC 4.x) in your
  14.      current drive/directory or on the path specified by the DOS environment
  15.      variable "LIB".  This will create the library ADVBAS.QLB from the object
  16.      files.  You may edit ADVBAS.QB4 to include your own routines if you wish
  17.      to create a customized ADVBAS.QLB.
  18.  
  19.      For compiling with any version of QuickBASIC from the command line, you
  20.      can create a library by using the LIB utility provided with QuickBASIC
  21.      4.x.  Use the command "LIB <ADVBAS.BS" to create the library.  Use a
  22.      disk which does not already contain ADVBAS.LIB.
  23.  
  24.      The ADVBAS object files have been grouped in an archive, OBJECT.ZIP, in
  25.      order to reduce space requirements.  If you got ADVBAS from a BBS, just
  26.      unZIP this file the way you normally would.
  27.  
  28.  
  29. ***********---------------------------------------------------------***********
  30.                                  NOTICE!
  31.  
  32.       The object files are included for your convenience in creating your
  33.       own customized version of ADVBAS.  Such libraries are for your own
  34.       personal use only.  You may not distribute modified libraries to the
  35.       general public!  Such distribution is in violation of my copyright,
  36.       and I will not be amused.
  37. ***********---------------------------------------------------------***********
  38.